public class CUHKFrequencyModelV2 extends OpponentModel
negotiationSession, opponentUtilitySpace| Constructor and Description |
|---|
CUHKFrequencyModelV2() |
| Modifier and Type | Method and Description |
|---|---|
double |
getBidEvaluation(Bid bid)
Determines the utility of a bid according to the preference profile.
|
java.lang.String |
getName() |
UtilitySpace |
getOpponentUtilitySpace()
Returns the estimated utilityspace.
|
double |
getWeight(Issue issue)
This model does not rely on issue weights.
|
void |
init(NegotiationSession negotiationSession,
java.util.HashMap<java.lang.String,java.lang.Double> parameters)
initialization of the model in which the issues are cached and the score keeper for each issue is created.
|
void |
updateModel(Bid bid,
double time)
This function updates the opponent's Model by calling the
updateStatistics method
|
cleanUp, getIssueWeights, init, isCleared, setOpponentUtilitySpace, setOpponentUtilitySpace, updateModelpublic void init(NegotiationSession negotiationSession, java.util.HashMap<java.lang.String,java.lang.Double> parameters) throws java.lang.Exception
init in class OpponentModelnegotiationSession - reference to the state of the negotiationjava.lang.Exceptionpublic void updateModel(Bid bid, double time)
updateModel in class OpponentModelbid - to update the model with.time - at which the bid was offered.public double getBidEvaluation(Bid bid)
OpponentModelgetBidEvaluation in class OpponentModelbid - of which the utility is calculated.public UtilitySpace getOpponentUtilitySpace()
getOpponentUtilitySpace in class OpponentModelpublic double getWeight(Issue issue)
getWeight in class OpponentModelissue - from which the weight should be returnedpublic java.lang.String getName()
getName in class OpponentModel